home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Magazine / SoundLab / AHI / Developer / include / ADE / proto / ahi.h < prev   
Encoding:
C/C++ Source or Header  |  1997-01-11  |  188 b   |  12 lines

  1. #ifndef _PROTO_AHI_H
  2. #define _PROTO_AHI_H
  3.  
  4. #include <clib/ahi_protos.h>
  5. #include <inline/ahi.h>
  6.  
  7. #ifndef __NOLIBBASE__
  8. extern struct Library * __CONSTLIBBASEDECL__ AHIBase;
  9. #endif
  10.  
  11. #endif
  12.